var q = from a in DA
	from b in DB
	where a.id == 1 &&
	a.key == b.key
	select a.id;